NODE_ENV=production
# Web Version (Do not Change)
NEXT_PUBLIC_WEB_VERSION="4.2.0"

# Application Name
NEXT_PUBLIC_APP_NAME="JiiGi"

# ADMIN PANEL URL 
NEXT_PUBLIC_API_URL="https://admin.jiigi.com/api/v1/"

# Website URL 
NEXT_PUBLIC_WEB_URL="https://testjiigi.com"

# Google Map Place Api Key 
NEXT_PUBLIC_GOOGLE_MAP_PLACE_API_KEY="AIzaSyBo2z_z6nP3w6ZbLZ0lMmMKO_qW1VNrmFo"

# Firebase Config
NEXT_PUBLIC_FIREBASE_API_KEY="AIzaSyCbVuYFiTgzBQ3SP98fnJrALZSZ0DyM--4"
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN="jiigi-18113.firebaseapp.com"
NEXT_PUBLIC_FIREBASE_PROJECT_ID="jiigi-18113"
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET="jiigi-18113.firebasestorage.app"
NEXT_PUBLIC_FIREBASE_MESSAGEING_SENDER_ID="1037252911242"
NEXT_PUBLIC_FIREBASE_APP_ID="1:1037252911242:web:343c426122280269ac8d73"
NEXT_PUBLIC_FIREBASE_MESUMENT_ID="G-LQJ1MT4GD2"

# Vapid Api key
NEXT_PUBLIC_FIREBASE_VAPID_KEY="BKrOifNzqvxFR2QgE9_-6mC9EIdrICdDSu4Ga3S0G-RoAEpDAY5VXkjwxEEt96nuHPpV8foOkHhLdtbydPjwL8c"

# Default country code
NEXT_PUBLIC_DEFAULT_COUNTRY_CODE="in"

# SEO Toggle
NEXT_PUBLIC_ENABLE_SEO="true"

# PWA Config
NEXT_PUBLIC_PWA_ENABLED="true"

# Meta title, description and keywords
NEXT_PUBLIC_META_TITLE="JiiGi - Your On-Demand Service Booking Platform"
NEXT_PUBLIC_META_DESCRIPTION="JiiGi connects you with trusted local service providers for home services, repairs, maintenance, and professional services. Book verified experts, track appointments, and get instant quotes. Your one-stop platform for all service needs."
NEXT_PUBLIC_META_KEYWORDS="on-demand services, home services, service booking app, professional services, local service providers, handyman services, home maintenance, service marketplace, instant booking, expert services, home repair, service professionals, trusted providers, service platform, local experts, service scheduling, verified professionals, service appointments, home improvement services, service booking platform"
